home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python151_Src.lha / Python1.5_Source / Modules / protos / cmathmodule_protos.h < prev    next >
Text File  |  1998-01-26  |  875b  |  22 lines

  1.  
  2. /* cmathmodule.c */
  3. static Py_complex c_acos ( Py_complex x );
  4. static Py_complex c_acosh ( Py_complex x );
  5. static Py_complex c_asin ( Py_complex x );
  6. static Py_complex c_asinh ( Py_complex x );
  7. static Py_complex c_atan ( Py_complex x );
  8. static Py_complex c_atanh ( Py_complex x );
  9. static Py_complex c_cos ( Py_complex x );
  10. static Py_complex c_cosh ( Py_complex x );
  11. static Py_complex c_exp ( Py_complex x );
  12. static Py_complex c_log ( Py_complex x );
  13. static Py_complex c_log10 ( Py_complex x );
  14. static Py_complex c_prodi ( Py_complex x );
  15. static Py_complex c_sin ( Py_complex x );
  16. static Py_complex c_sinh ( Py_complex x );
  17. static Py_complex c_sqrt ( Py_complex x );
  18. static Py_complex c_tan ( Py_complex x );
  19. static Py_complex c_tanh ( Py_complex x );
  20. static PyObject *math_error ( void );
  21. static PyObject *math_1(PyObject *args, Py_complex (*func) Py_FPROTO((Py_complex)));
  22.